home *** CD-ROM | disk | FTP | other *** search
/ Amiga Format CD 44 / Amiga Format CD44 (1999-08-26)(Future Publishing)(GB)(Track 1 of 3)[!][issue 1999-10].iso / -in_the_mag- / basics / ace_readmes.lzx / ace24dist.readme < prev    next >
Text File  |  1999-03-02  |  2KB  |  44 lines

  1. Short:    Amiga BASIC Compiler with Extras v2.4 distribution.
  2. Author:   David Benn, ace@vision.net.au
  3. Uploader: ace@vision.net.au
  4. Type:     dev/basic
  5.  
  6. This is version 2.4 of ACE and constitutes a complete distribution.
  7.  
  8. ACE is a FreeWare Amiga BASIC compiler which, in conjunction with A68K 
  9. and Blink produces standalone executables.
  10.  
  11. The language defines a large subset of AmigaBASIC but also has many 
  12. features not found in the latter such as: turtle graphics, recursion, 
  13. SUBs with return values, structures, arguments, include files, a better 
  14. WAVE command which allows for large waveforms, external references, named 
  15. constants and a variety of other commands and functions not found in 
  16. AmigaBASIC.
  17.  
  18. This distribution contains Herbert Breuer's complete rewrite of AIDE (ACE's
  19. Integrated Development Environment), as well as my GUI creator, ReqEd.
  20.  
  21. The main new features in version 2.4 are: Random Files which make use of ACE's
  22. STRUCTs rather than AmigaBASIC's plethora of commands and functions, and
  23. BLOCK..END BLOCK for true statement blocks. 
  24.  
  25. Common and Global variables have been added which primarily make Subprogram 
  26. Modules (SUBmods) easier to write in some cases.
  27.  
  28. Improvements have been made to existing features, such as gadgets (GADGET(4)
  29. gives address of last selected gadget, GADGET OUTPUT permits arbitrary 
  30. selection of gadgets), windows (maximum number increased from 9 to 16), 
  31. menus (MENU(2) gives submenu item selected if using GadTools menus - see 
  32. ACE:SUBmods/Menu). See the documentation for details.
  33.  
  34. The complete set of ACE headers (converted from C headers) and bmaps are 
  35. included. 
  36.  
  37. A number of useful SUBmods are provided.
  38.  
  39. There are also numerous bug fixes.
  40.  
  41. See the history log for more details.
  42.  
  43. David Benn, Launceston, Tasmania, September 1996
  44.